@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Clicker+Script&family=Poppins:wght@200;300;400;500;600&display=swap');

body
{
	font-family: 'Libre Baskerville', serif !important;
	line-height: 1.7;
	color: #516171;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 700 !important;
	color: #092032;
}

a
{
	color: #092032;
	text-decoration: none;
	transition: all 0.4s ease;
	font-weight: 700 !important;
}

img
{
	width: 100%;
}

/*Top-NAv*/
.top-nav
{
	background: #1e73be !important;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffff;
}

.top-nav p
{
	margin-bottom: 0;
	display: inline-block;
	margin-right: 16px;
	color: #ffffff;
}

.top-nav i,
.top-nav span
{
	vertical-align: middle;
}

.social-links a
{
	width: 34px;
	height: 34px;
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 20px;
	border-radius: 100%;
}

.social-links a:hover
{
	background: #ffffff;
	color: #bc1f00;
}
/********/

/****header****/
#navs
{
	background: #bc1f00 !important;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2);
}

nav:after
{
	content: '';
	clear: both;
	display: table;
}

nav .logo
{
	float: left;
	color: white;
	font-size: 27px;
	font-weight: bolder;
	line-height: 60px;
	padding-left: 60px;
}

.logo span
{
	color: #1e73be !important;
	font-size: 27px;
	font-weight: bolder;
}

nav ul
{
	float: right;
	list-style: none;
	margin-right: 40px;
	position: relative;
}

nav ul li
{
	float: left;
	display: inline-block;
	background: #bc1f00 !important;
	margin: 0 5px;
}

nav ul li a
{
	color: white !important;
	text-decoration: none;
	line-height: 70px;
	font-size: 18px;
	padding: 8px 15px;
}

nav ul ul
{
	position: absolute;
	top: 90px;
	opacity: 0;
	visibility: hidden;
	transition: top .3s;
}

nav ul li:hover > ul
{
	top: 70px;
	opacity: 1;
	visibility: visible;
}

nav ul ul li
{
	position: relative;
	margin: 0px;
	width: 150px;
	float: none;
	display: list-item;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

nav ul li a:hover
{
	color: #1e73be;
	border-radius: 5px;
	box-shadow: 0 0 5px #1e73be,
				0 0 5px #1e73be;
	text-decoration: none !important;
}

nav ul ul li a
{
	line-height: 50px;
}

nav ul ul li a:hover
{
	color: #1e73be !important;
	box-shadow: none;
	text-align: center !important;
	text-decoration: none !important;
}

.show, .icon, input
{
	display: none;
}

@media all and (max-width: 968px)
{
	nav ul
	{
		margin-right: 0px;
		float: left;
	}

	nav .logo
	{
		padding-left: 30px;
		width: 100%;
	}

	nav ul li, nav ul ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul
	{
		top: 70px;
		position: static;
		border-top: none;
		float: none;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	nav ul ul ul li
	{
		position: static;
	}

	nav ul ul li
	{
		border-bottom: 0px;
	}

	nav ul ul a
	{
		padding-left: 40px;
	}

	nav ul ul ul a
	{
		padding-left: 80px;
	}

	.show
	{
		display: block;
		color: white !important;
		font-size: 18px;
		padding: 0 20px;
		line-height: 70px;
		cursor: pointer;
	}

	.show:hover
	{
		color: #1e73be !important;
	}

	.icon
	{
		display: block;
		color: white;
		position: absolute;
		right: 40px;
		line-height: 70px;
		font-size: 25px;
		cursor: pointer;
	}

	nav ul li a:hover
	{
		box-shadow: none;
		text-decoration: none !important;
	}

	.show + a, ul
	{
		display: none !important;
	}

	[id^=btn]:checked + ul
	{
		display: block !important;
	}
}

/***ending-header***/

/*Navbar****/
.navbar
{
	background-color: #bc1f00;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.09);
}

.navbar-brand
{
	font-weight: bolder;
	font-size: 26px;
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif !important;
}

.navbar-brand span
{
	color: #0000f7;
	font-weight: bolder;
}

/*btn-contact*/

.btn
{
	padding: 9px 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-brand
{
	background-color: #1e73be;
	color: #ffffff;
	border-color: #ffffff;
}

.btn-brand:focus
{
	box-shadow: none;
}

.btn-brand:hover
{
	color: #ffffff;
	background-color: #0000f7;
}

.navbar .navbar-nav .nav-link
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover
{
	color: #0000f8;
	font-weight: bolder !important;
	transition: all 0.4s ease;
}

.slide
{
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin-top: 10px !important;
}

.slide .carousel-inner .carousel-item img
{
	width: 2.5rem;
	height: 500px !important;
	background-position: center !important;
	background-size: cover !important;
	border-radius: 5px !important;
	background: linear-gradient(rgba(9, 32, 50, 0.8));
}

/****Footer***/
footer
{
	padding-top: 60px !important;
	background: linear-gradient(rgba(9, 32, 50, 0.7), rgba(9, 32, 50, 0.6)), url(../images/Footer/F01.jpeg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding-bottom: 40px;
}

footer .navbar-brand
{
	color: #ffffff;
	font-weight: bolder;
	margin-bottom: 28px;
	display: inline-block;
}

.footer-top
{
	margin-bottom: 40px;
}

.footer-bottom
{
	border-top: 1px solid rgba(255, 255, 255, 0.288) ;
	margin-top: 20px;
}

.footer-bottom p
{
	margin-top: 10px !important;
}

footer .social-links
{
	margin-left: 5px;
	margin-top: 5px;
}

.form-control:focus
{
	box-shadow: none;
	border-color: #1e73be;
}

.form-control
{
	resize: none;
}


.location
{
	width: 100%;
}

.location iframe
{
	width: 100%;
}

.contact-us
{
	width: 80%;
	margin: auto;
}

.contact-col
{
	flex-basis: 48%;
	margin-bottom: 30px;	
}

.contact-col div
{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.contact-col div .fas
{
	font-size: 28px;
	color: #1e73be;
	margin: 10px;
	margin-right: 30px;
}

.contact-col div h5
{
	font-size: 18px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 700;
}

.contact-col input,
.contact-col textarea
{
	width: 100%;
	padding: 15px;
	margin-bottom: 17px;
	outline: none;
	border-radius: 1px solid #ccc;
	box-sizing: border-box;
}

.contact-col textarea
{
	resize: none;
}

.one .card-body h4:hover
{
	color: #1e73be;
	transition: all 0.4s ease;
	cursor: pointer;
}

.one:hover
{
	box-shadow: -2px -1px 25px -4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.6);
	-moz-box-shadow: -2px -1px 25px -4px rgba(0,0,0,0.6);
	transition: 0.5s;
}

.blog-news
{
	border: 0;
}

.blog-news .card img
{
	height: 100%;
}

.blog-listing-header
{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

#blog-listing
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%) !important;
	border-bottom: 1px solid #ccc;
}

.blog-listing
{
	border-bottom: 1px solid #ccc;
}

#blog-listing .img
{
	flex: 0 0 auto;
	width: 90px;
	height: 100px;
}

#blog-listing .value
{
	flex: 0 0 auto;
	width: calc(100% - 90px);
	padding-left: 10px;
}

#blog-listing .value
{
	font-size: 14px;
	text-align: justify;
	color: black;
}

#blog-listing .value strong
{
	line-height: 17px;
	display: inline-block;
	font-size: 17px;
}

.sticky-sidebar
{
	position: sticky;
	top: 40px;
}

.blog-news .blog-desc
{
	text-align: justify;
	color: black;
}

.btn8
{
	background-color: #1e73be;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 5px;
	height: 40px;
	width: 145px;
}

.title
{
	position: relative;
	color: #444444;
}

.title h2
{
	font-size: 25px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
}

.title h2::before
{
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background: #1e73be;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 15px;
}

.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}
